This patch
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Fri, 10 Mar 2006 00:08:59 +0000 (01:08 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Fri, 10 Mar 2006 00:08:59 +0000 (01:08 +0100)
commit1687b5932af4eacc3b6ffc7364a0804157800812
treeee75489a2490aca2adbea35b015e9b20c2d31887
parent0552b3845c6e3fe6afdb005a3f52e80cd6851bd2
This patch

-Displays current parameters for running domains ala xm list
-Allow users to set one or more parameters without having to
 provide values for parameters they do not wish to change
-Adds additional testing of sched-sedf via new xm-test testcases.

With this patch applied, test 02_sedf_period_lower_neg.py exposes a
bug.  I'll follow up this email with a patch for the bug.

Signed-off-by: Ryan Harper <ryanh@us.ibm.com>
tools/python/xen/xend/XendDomain.py
tools/python/xen/xm/main.py
tools/xm-test/tests/sedf/01_sedf_multi_pos.py [deleted file]
tools/xm-test/tests/sedf/01_sedf_period_slice_pos.py [new file with mode: 0644]
tools/xm-test/tests/sedf/02_sedf_period_lower_neg.py [new file with mode: 0644]
tools/xm-test/tests/sedf/03_sedf_slice_lower_neg.py [new file with mode: 0644]
tools/xm-test/tests/sedf/04_sedf_slice_upper_neg.py [new file with mode: 0644]
tools/xm-test/tests/sedf/05_sedf_extratime_pos.py [new file with mode: 0644]
tools/xm-test/tests/sedf/06_sedf_extratime_disable_neg.py [new file with mode: 0644]
tools/xm-test/tests/sedf/Makefile.am